From 29478cc523be5f3a4575fb29f8d0d7766dc42138 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 10 Jun 1993 07:22:07 +0000 Subject: [PATCH] Doc fix. --- lisp/progmodes/compile.el | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 2221f06f7aa..619a3f13960 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -47,7 +47,12 @@ is the number of the line the message is about. Or its cdr may be nil if that error is not interesting. The value may be t instead of a list; this means that the buffer of -error messages should be reparsed the next time the list of errors is wanted.") +error messages should be reparsed the next time the list of errors is wanted. + +Some other commands (like `diff') use this list to control the error +message tracking facilites; if you change its structure, you should make +sure you also change those packages. Perhaps it is better not to change +it at all.") (defvar compilation-old-error-list nil "Value of `compilation-error-list' after errors were parsed.") -- 2.30.2